aboutsummaryrefslogtreecommitdiffstats
path: root/cedilla [disowned]/PKGBUILD
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-07-29 22:00:37 +0200
committerMattias Andrée <maandree@kth.se>2021-07-29 22:00:37 +0200
commitcb48d6ebf6df5208779a1995ab62179938139cb4 (patch)
treefd7ecf738d672c01cb2f3a1e0462573f26a93dd0 /cedilla [disowned]/PKGBUILD
parentUpdate mongoclock (diff)
downloadaur-packages-cb48d6ebf6df5208779a1995ab62179938139cb4.tar.gz
aur-packages-cb48d6ebf6df5208779a1995ab62179938139cb4.tar.bz2
aur-packages-cb48d6ebf6df5208779a1995ab62179938139cb4.tar.xz
Remove old packages
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--cedilla [disowned]/PKGBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/cedilla [disowned]/PKGBUILD b/cedilla [disowned]/PKGBUILD
deleted file mode 100644
index 4ebfdfe..0000000
--- a/cedilla [disowned]/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
-
-pkgname=cedilla
-pkgver=0.7
-pkgrel=1
-pkgdesc="A simple text printer that uses Unicode internally"
-arch=(any)
-url="http://www.pps.jussieu.fr/~jch/software/cedilla/"
-license=('GPL')
-depends=(clisp texlive-core)
-makedepends=()
-source=(http://www.pps.jussieu.fr/~jch/software/files/$pkgname-$pkgver.tar.gz)
-md5sums=('57d2a80d3fd8fdc72827ada5e6257be2')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./compile-cedilla
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- # the install-cedilla script would not find the man path in fakeroot, so
- # we need to create the dirs for it
- source cedilla-config
- mkdir -p $pkgdir/$MANDIR
-
- TARGET=$pkgdir ./install-cedilla
- sed -i -e 's/texmf-tetex/texmf-dist/g' $pkgdir/etc/cedilla-config.lisp
-}
-